Skip to main content

GridDataColumn

The GridDataColumn class represents a column in a grid structure, containing metadata such as name, formatting, visibility, and alignment.

Properties

NameDescription
VisibleIndicates whether the column is visible in the grid.
ControlTypeThe type of control used for editing the column's data.
IndexThe optional index of the column in the grid.
UseThousandSeperatorIndicates whether a thousand separator should be used for numeric values.
NameThe unique name of the column.
PrecisionThe number of decimal places to be used for numeric values in the column.
EditTypeSpecifies the type of editing allowed for the column.
DisableToExportIndicates whether the column should be excluded from exports.
PreferredWidthDefines the preferred width of the column.
HorizontalAlignmentSpecifies the horizontal alignment of the column content.
FormatSpecifies the format to be applied to the column values.
CaptionA dictionary containing localized captions for the column, typically keyed by language.